Convert a number to its string representation[PHP]

Posted by Webdev on Stack Overflow See other posts from Stack Overflow or by Webdev
Published on 2010-03-15T13:14:38Z Indexed on 2010/03/15 13:19 UTC
Read the original article Hit count: 362

Filed under:
|
|

I'm developing a simple web application where in I need to display number a to my users in string format.

Example:

12 - One Two or Twelve
-20 - minus Two zero or minus twenty

Either way is fine. I need this to be done in PHP. Any help will be appreciated.

© Stack Overflow or respective owner

Related posts about php

Related posts about string